home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Inne / Gry / GNU_Backgammon / gnubg-MAIN-20110822-setup.exe / {app} / met / mec.xml < prev    next >
Extensible Markup Language  |  2004-04-16  |  1KB  |  51 lines

  1. <?xml version = "1.0"?>
  2. <!DOCTYPE met PUBLIC "-//GNU Backgammon//DTD Match Equity Tables//EN" 
  3.                      "met.dtd">
  4.  
  5. <!--
  6.  
  7.      mec.xml
  8.  
  9.      by Joern Thyssen <jthyssen@dk.ibm.com>, 2002
  10.  
  11.      This file is distributed as a part of the GNU Backgammon program.
  12.  
  13.      Copying and distribution of verbatim and modified versions of this file
  14.      is permitted in any medium provided the copyright notice and this
  15.      permission notice are preserved.
  16.  
  17.      $Id: mec.xml,v 1.2 2004/04/16 20:17:13 thyssen Exp $
  18.  
  19.  -->
  20.  
  21.  
  22. <met>
  23.    <info>
  24.       <name>mec (match equity calculator)</name>
  25.       <description>mec - match equity calculator for backgammon by Claes Tornberg</description>
  26.       <length>-1</length>
  27.    </info>
  28.  
  29.    <pre-crawford-table type="mec">
  30.  
  31.       <parameters>
  32.          <parameter name="gammon-rate">0.26</parameter>
  33.          <parameter name="win-rate">0.5</parameter>
  34.       </parameters>
  35.  
  36.    </pre-crawford-table>      
  37.  
  38.  
  39.    <post-crawford-table type="mec" player="both">
  40.  
  41.       <parameters>
  42.          <parameter name="gammon-rate">0.26</parameter>
  43.          <parameter name="win-rate">0.5</parameter>
  44.          <parameter name="free-drop-2-away">0.015</parameter>
  45.          <parameter name="free-drop-4-away">0.004</parameter>
  46.       </parameters>
  47.  
  48.    </post-crawford-table>   
  49.  
  50. </met>
  51.